home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / tictactoe-1.2.1 / line_o_s.h < prev    next >
C/C++ Source or Header  |  2002-10-22  |  190b  |  7 lines

  1. #ifndef __LINE_O_S__H__
  2. #define __LINE_O_S__H__
  3. int col_possible(int row, int col, int who);
  4. int row_possible(int row, int col, int who);
  5. int dia_possible(int row, int col, int who);
  6. #endif
  7.